Class BiomeRestriction

java.lang.Object
jeresources.api.restrictions.BiomeRestriction

public class BiomeRestriction extends Object
  • Field Details

  • Constructor Details

    • BiomeRestriction

      public BiomeRestriction()
    • BiomeRestriction

      public BiomeRestriction(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> biome)
    • BiomeRestriction

      public BiomeRestriction(net.minecraft.world.level.biome.Biome biome)
    • BiomeRestriction

      public BiomeRestriction(Restriction.Type restrictionType, net.minecraft.world.level.biome.Biome biome)
    • BiomeRestriction

      public BiomeRestriction(net.minecraft.world.level.biome.Biome biome, net.minecraft.world.level.biome.Biome... moreBiomes)
    • BiomeRestriction

      public BiomeRestriction(Restriction.Type restrictionType, net.minecraft.world.level.biome.Biome biome, net.minecraft.world.level.biome.Biome... moreBiomes)
    • BiomeRestriction

      public BiomeRestriction(net.minecraft.world.level.biome.Biome.BiomeCategory biomeCategory, net.minecraft.world.level.biome.Biome.BiomeCategory... biomeCategories)
    • BiomeRestriction

      public BiomeRestriction(Restriction.Type restrictionType, net.minecraft.world.level.biome.Biome.BiomeCategory biomeCategory, net.minecraft.world.level.biome.Biome.BiomeCategory... biomeCategories)
  • Method Details